projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d66285e
)
Define my_endbss[] for Cygwin unexec() support.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 12 Apr 2004 19:40:35 +0000
(19:40 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 12 Apr 2004 19:40:35 +0000
(19:40 +0000)
src/lastfile.c
patch
|
blob
|
history
diff --git
a/src/lastfile.c
b/src/lastfile.c
index 0e94a4f15989010d4d3cd09f29151d552f950153..df678b42876d368f4f2ca878b7c8e92f76e16758 100644
(file)
--- a/
src/lastfile.c
+++ b/
src/lastfile.c
@@
-40,7
+40,7
@@
Boston, MA 02111-1307, USA. */
char my_edata[] = "End of Emacs initialized data";
-#if
def WINDOWSNT
+#if
defined(WINDOWSNT) || defined(CYGWIN)
/* Help unexec locate the end of the .bss area used by Emacs (which
isn't always a separate section in NT executables). */
char my_endbss[1];